home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_17591_prevchapCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
305b
|
15 lines
global chapterstart
put wai() into w
put chapterstart into c
put last item of c into lastchap
do "sort items of c numeric"
repeat
if item 1 of c is not a number then delete item 1 of c
else exit repeat
end repeat
get item w of c
if it is a number
then
if it │ 1 then gopage it
else gopage lastchap
end if